Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

381
Vistas
Clear list of "Unavailable Migrations" (Symfony 3)

There are some migrations, that was deleted, and left at the list of "Unavailable Migrations". How can I clear it, because every time notice message annoy a little bit. My guess is

migrations:doctrine:version

console

about 4 years ago · Santiago Trujillo
3 Respuestas
Responde la pregunta

0

Whenever the bundle reports executed unavailable migrations it means that there are migration identifiers in the migrations_versions database table from when you previously ran it.

To get rid of the notification, make sure that when you delete a migration file, delete its corresponding identifier from the database table.

You can do this with (or manually):

php bin/console doctrine:migrations:version YYYYMMDDHHMMSS --delete

Or, rewind the migration with:

php bin/console doctrine:migrations:execute YYYYMMDDHHMMSS --down

but this will run the down function of that migration file undoing whatever it set and remove it from the database.

about 4 years ago · Santiago Trujillo Denunciar

0

I have tried

php bin/console doctrine migrations:version YYYYMMDDHHMMSS --delete

and

php bin/console doctrine:migrations:execute YYYYMMDDHHMMSS --down

but it works only if we actually have migration.

enter image description here

I asked about situation when migration is deleted. But thanks DevDonkey for information about migration_versions table.

My solution is, to run

php bin/console doctrine:migrations:status --show-versions

and see enter image description here

And delete from migration_versions these rows.

about 4 years ago · Santiago Trujillo Denunciar

0

Once you deleted them, you can simply :

DELETE FROM doctrine_migration_versions;

about 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda